POST /DataCube/Parameter/{id}/

Creates a new parameter on the transform. Parameters for Output Element filtering or Transform setting can be created.
 

Request

Method Request URI
POST /API/DataCube/Parameter/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the data cube to create the parameter on.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.ParameterOptions

Response

Response Body

A status code indicating success or the reason for failure.